home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / test / Makefile.32 < prev    next >
Encoding:
Makefile  |  1990-03-30  |  2.8 KB  |  116 lines

  1. CC = cgcc
  2. CFLAGS = -O -I../h $(XFLAGS)
  3.  
  4. SRCS=        test0.c test1.c test2.c test3.c test4.c thand.c \
  5.         hello.c bits.c faced.c klok.c charset.c dklok.c vtdemo.c \
  6.         tetris.c testpollevent.c testlocalmenus.c multiwin.c
  7. OBJS=        test0.o test1.o test2.o test3.o test4.o thand.o \
  8.         hello.o bits.o faced.o klok.o charset.o dklok.o vtdemo.o \
  9.         tetris.o testpollevent.o testlocalmenus.o multiwin.o
  10.  
  11. GLIBES=        -lstdwin -lgem -lpml
  12. ALIBES=        ../alfa/liba.olb -lpml -ltermlib
  13. ALL=        allg # alla
  14.  
  15. all:        $(ALL)
  16. allg:        test0.G32 test1.G32 test2.G32 test3.G32 test4.G32 thand.G32\
  17.         hello.G32 bits.G32 charset.G32 klok.G32 dklok.G32 \
  18.         faced.G32 tetris.G32 testlocalmenus.G32\
  19.         multiwin.G32
  20.  
  21. # testpollevent.G32 vtdemo.G32
  22. alla:        test0.A test1.A test2.A test3.A test4.A hello.A bits.A \
  23.         charset.A klok.A dklok.A faced.A vtdemo.A tetris.A
  24.  
  25. .SUFFIXES: .G32 .A
  26.  
  27. .o.G32:
  28.         $(CC) $(LDFLAGS) $*.o $(GLIBES) -o $*.G32
  29.  
  30. .o.A:
  31.         $(CC) $(LDFLAGS) $*.o $(ALIBES) -o $*.A
  32. clean:
  33.         rm -f core *.o [,@#]*
  34.  
  35. realclean:    clean
  36.         rm -f lib.a tags *.G32 *.A
  37.  
  38. # End Rules
  39. test0.o: test0.c
  40. test0.o: ../h/stdwin.h
  41. test0.o: ../h/stdevent.h
  42. test0.o: ../h/stdtext.h
  43. test1.o: test1.c
  44. test1.o: ../h/stdwin.h
  45. test1.o: ../h/stdevent.h
  46. test1.o: ../h/stdtext.h
  47. test2.o: test2.c
  48. test2.o: ../h/stdwin.h
  49. test2.o: ../h/stdevent.h
  50. test2.o: ../h/stdtext.h
  51. test3.o: test3.c
  52. test3.o: ../h/stdwin.h
  53. test3.o: ../h/stdevent.h
  54. test3.o: ../h/stdtext.h
  55. test4.o: test4.c
  56. test4.o: ../h/stdwin.h
  57. test4.o: ../h/stdevent.h
  58. test4.o: ../h/stdtext.h
  59. thand.o: thand.c
  60. thand.o: ../h/stdwin.h
  61. thand.o: ../h/stdevent.h
  62. thand.o: ../h/stdtext.h
  63. hello.o: hello.c
  64. hello.o: ../h/stdwin.h
  65. hello.o: ../h/stdevent.h
  66. hello.o: ../h/stdtext.h
  67. bits.o: bits.c
  68. bits.o: ../h/stdwin.h
  69. bits.o: ../h/stdevent.h
  70. bits.o: ../h/stdtext.h
  71. faced.o: faced.c
  72. faced.o: ../h/stdwin.h
  73. faced.o: ../h/stdevent.h
  74. faced.o: ../h/stdtext.h
  75. klok.o: klok.c
  76. klok.o: ../h/tools.h
  77. klok.o: ../h/configure.h
  78. klok.o: ../h/l_defs.h
  79. klok.o: ../h/stdwin.h
  80. klok.o: ../h/stdevent.h
  81. klok.o: ../h/stdtext.h
  82. klok.o: ./bsdsetdate.c
  83. charset.o: charset.c
  84. charset.o: ../h/tools.h
  85. charset.o: ../h/configure.h
  86. charset.o: ../h/l_defs.h
  87. charset.o: ../h/stdwin.h
  88. charset.o: ../h/stdevent.h
  89. charset.o: ../h/stdtext.h
  90. dklok.o: dklok.c
  91. dklok.o: ../h/stdwin.h
  92. dklok.o: ../h/stdevent.h
  93. dklok.o: ../h/stdtext.h
  94. dklok.o: ./sevenseg.h
  95. vtdemo.o: vtdemo.c
  96. vtdemo.o: ../h/stdwin.h
  97. vtdemo.o: ../h/stdevent.h
  98. vtdemo.o: ../h/stdtext.h
  99. vtdemo.o: ../h/vt.h
  100. tetris.o: tetris.c
  101. tetris.o: ../h/stdwin.h
  102. tetris.o: ../h/stdevent.h
  103. tetris.o: ../h/stdtext.h
  104. testpollevent.o: testpollevent.c
  105. testpollevent.o: ../h/stdwin.h
  106. testpollevent.o: ../h/stdevent.h
  107. testpollevent.o: ../h/stdtext.h
  108. testlocalmenus.o: testlocalmenus.c
  109. testlocalmenus.o: ../h/stdwin.h
  110. testlocalmenus.o: ../h/stdevent.h
  111. testlocalmenus.o: ../h/stdtext.h
  112. multiwin.o: multiwin.c
  113. multiwin.o: ../h/stdwin.h
  114. multiwin.o: ../h/stdevent.h
  115. multiwin.o: ../h/stdtext.h
  116.